MakeURL

Returns the full URL constructed by combining a root URL and a component, such as a web server directory path, filename and extension, anchor tag, or other parameter.

Syntax

MakeURL("RootURL", "Component")

Arguments

Argument Description
RootURL Root URL.
Component Component to combine with the root URL.

Return value

Value Description
Value Full URL.

Example

url = MakeURL("http://www.wysicorp.com", "login.php")